3. Click the Profile Project... button on the left and browse for your project you wish to profile.
If you do not have a project ready, you can load the following test project: \Program Files\VB Watch 2\Samples\VB6\Profiler Sample\TestProfiler.vbp.
Here is all what happens:
A copy of the project's source code is made in a created subdirectory. All operations will be performed on this copy, not on your original source.
Some template files are added to the project.
The source code is transformed to allow profiling of this project.
The new project is compiled.
The created executable is run.
4. Exercize your application so that it executes the parts you want to profile.
If you are profiling the test project, the "Profiler Test" form appears. Click the Begin Test button. The tests proceed (the second one is much longer).
5. Close the application. Back in the profiler, your session appears in the top left list view. You can now analyze it.
If you loaded the sample project, you may refer to the VB Watch Profiler guided tour Step 4 for more information on the analyzis.
|
|
|